home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT16.Dxr / 00064.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  183 b   |  13 lines

  1. on exitFrame
  2.   global tired
  3.   if the movieTime of sprite 24 < 7250 then
  4.     go(the frame)
  5.   else
  6.     if tired <= 4 then
  7.       go("h")
  8.     else
  9.       go("iku")
  10.     end if
  11.   end if
  12. end
  13.